Logging

Settings for logging.

@safe
struct Logging {
VerboseMode verbose;
}

Members

Variables

dir
AbsolutePath dir;

Directory to log to.

toFile
bool toFile;

If logging to files should be done.

Meta